Lisp code shouldn't use set-time-zone-rule except through setenv.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 8 Aug 2011 15:53:35 +0000 (11:53 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 8 Aug 2011 15:53:35 +0000 (11:53 -0400)
commit68ddb24d1876a8488bcfe134cf8aa257d2690bce
tree3dff165cfaa935ef074e993c6ed76162934a0f80
parentd5bcf9cffada4c5e7fcb06efc533f3f00d160183
Lisp code shouldn't use set-time-zone-rule except through setenv.

* time.el (display-time-world-list, display-time-world-display):
* time-stamp.el (time-stamp-string):
* vc/add-log.el (add-change-log-entry): Use setenv instead of
set-time-zone-rule.

* src/editfns.c (Fset_time_zone_rule): Document relationship with the
setenv function.
lisp/ChangeLog
lisp/time-stamp.el
lisp/time.el
lisp/vc/add-log.el
src/ChangeLog
src/editfns.c